2007-05-27 Tor Lillqvist <tml@novell.com>
* configure.in (GDK_EXTRA_LISB): Drop bogus -user32 switch. Was
supposed to be -luser32, but he "l" was missing. But nobody has
noticed, so presumably unnecessary.
svn path=/trunk/; revision=17955
+2007-05-27 Tor Lillqvist <tml@novell.com>
+
+ * configure.in (GDK_EXTRA_LISB): Drop bogus -user32 switch. Was
+ supposed to be -luser32, but he "l" was missing. But nobody has
+ noticed, so presumably unnecessary.
+
2007-05-26 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentry.c: Move docs inline.
fi
if test "x$gdktarget" = "xwin32"; then
- GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -lgdi32 -user32 -limm32 -lshell32 -lole32 -Wl,-luuid"
+ GDK_EXTRA_LIBS="$GDK_EXTRA_LIBS -lgdi32 -limm32 -lshell32 -lole32 -Wl,-luuid"
AM_CONDITIONAL(USE_WIN32, true)
else
AM_CONDITIONAL(USE_WIN32, false)